home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / freaky-fun.swf / scripts / DefineButton2_226 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-07  |  79 b   |  6 lines

  1. on(release){
  2.    _root._x = 0;
  3.    _root._y = 0;
  4.    gotoAndStop("endof");
  5. }
  6.